/* Footer bubble spacing */
footer .list-inline-item {
    margin-right: 2px;
}
footer .list-inline-item:last-child {
    margin-right: 0;
}

/* Paragraph spacing across all pages */
p {
    margin-bottom: 0.75rem;
}

/* Slightly smaller body font, excluding navbar */
main, .bio-section {
    font-size: 0.9em;
}

.bold-text {
    font-weight: bold;
}

.italic-text {
    font-style: italic;
}

.image-gallery {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.image-gallery img {
    max-width: 48%; 
    height: auto; 
    border-radius: 10px; 
}